gopay-inline

GoPay Inline Payment for Nette Framework

BSD-3-CLAUSE License

Downloads
187.2K
Stars
33
Committers
27

Bot releases are hidden (Show)

gopay-inline - v2.1.0 Latest Release

Published by f3l1x about 2 years ago

Bumped! 🇸🇧

Diff: https://github.com/contributte/gopay-inline/compare/v2.0.3...v2.1.0

Changes:

  • Allow version 4 of moneyphp/money dependency [020b9e0ff717568ce076b34323d91c881db9d9bd] (@jakubsedlarik)
  • Added endpoint for cancelling recurrent payments [5bc94ae8e49549cf89a7f5d18b943278c4eb8ceb] (@kotmic)
  • Tests: fixup (#97) [71e3a1b1bdaeb2b1bcdeb7b347b93869baf7fe53] (@kotmic)
  • Repo: modernize [e87e1e74f9597496c4bd81962dc1b3e858ba4d4d] (@f3l1x)
  • Composer: update deps & simplify [ef5080ea3c9ee6df41f6b7953e4c11affd66f7ec] (@f3l1x)
  • Code: polished [16659c563c84e0c40abb684c3dd359f70f3090b1] (@f3l1x)
  • Composer: require nette/di 3.0+ [b26ef83d89ba972c7fbf3c468f7854b15739724b] (@f3l1x)

Maintenance:

  • Readme++ [1df25758a5c7e612f58f6f7770b09b8df0de4146] (@f3l1x)
  • Tests: fix cases [2dde177a78b418105a51be0d5784f93c9e9fd1af] (@f3l1x)
  • Phpstan: modernize [fee1d14c8ee676b0f554d9390c24ec344503542e] (@f3l1x)
  • CI: new workflows [b8172a13b3357b06f0725bb0e8acd4d37aab5b8d] (@f3l1x)
  • Codestyle: improvements (#86) [6eb466e6d65b360bc34b949dd6ee507dac739374] (@petrparolek)
  • Composer: homepage typo [a1d6a958f8ca22043794394b782561ee11972af1] (@f3l1x)
  • Drop github funding [b0f403591615ad0e781ed6f6a284509789104a1b] (@f3l1x)
  • Readme: badges [3c756752464de1efa47f628790ae9080217b8616] (@f3l1x)
  • Makefile++ [26306bdb63b7c7c124b8c9694015c732754724e1] (@f3l1x)
  • fixed GitHub Actions [86502198c2a22cf8e607eb0b4c84d3334f71e7d9] (@petrparolek)
  • update composer to v2 in CI [269b0fc510bb88a0bdaa267607c36484caafb399] (@petrparolek)
  • upgrade PHPStan [8125db790621b27354acf39360045949aa87ee12] (@petrparolek)
  • Added PHP 8.1 to Github Actions (#90) [ba87b731dafca554995d07bf78064ab503207fcf] (@jakubsedlarik)
  • Readme: typo [#91] [76eb75d1548d1295f8dfc0c9e363ab87fed8c933] (@f3l1x)
gopay-inline - v2.0.3

Published by PavelJurasek over 3 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v2.0.2...v2.0.3

CHANGES

  • Fix partial capture (#85) thx @zingon
gopay-inline - v2.0.2

Published by PavelJurasek over 3 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v2.0.1...v2.0.2

CHANGES

  • Fix: item.amount must by "Total price of items in cents" (#83) thx @bohacf
  • polished readme and docs (#84) thx @petrparolek
gopay-inline - v2.0.1

Published by PavelJurasek over 3 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v2.0.0...v2.0.1

CHANGES

  • Add VUB_BANK back to SwiftCode constants (#80) thx @MichaelTichy222
gopay-inline - v2.0.0

Published by PavelJurasek almost 4 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.3.1...v2.0.0

CHANGES

  • Added Apple Pay to payment instruments (#77) thx @Trsak
  • Support PHP 7.2 and higher
  • Support Nette 2.4 and 3.0
  • Money objects are used (BC break)
  • Config parameters goId, clientId and clientSecret are strings (BC break)
  • Added type hints, strict_types

Migrating to v2

  • Parameters goId, clientId and clientSecret in GopayInline\Config are strings. You may need to change your config.neon file.
  • Payment works with Money object in 'amount' field, does not accept 'currency' anymore
gopay-inline - v1.3.1

Published by PavelJurasek about 4 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.3.0...v1.3.1

CHANGES

  • Fix compatibility of RecurrentPaymentFactory (#76)
  • update docs (#73) thx @JanHrivnak
gopay-inline - v1.3.0

Published by PavelJurasek about 4 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.2.2...v1.3.0

CHANGES

  • Fix SK VUB Bank swift code (#65) thx @pepa-linha
  • Added OTHERS to swift codes (#66) thx @pepa-linha
  • Fix required and optional properties (#69) - change on Gopay side, thx @pepa-linha
  • EET: implement urceno_cerp_zuct and cerp_zuct attributes (#70) thx @residit
gopay-inline - v1.2.2

Published by PavelJurasek almost 5 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.2.1...v1.2.2

CHANGES

  • travis: update PHP 7.4 build config (#60)
  • Contributte style (#61)
gopay-inline - v1.2.1

Published by PavelJurasek about 5 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.2...v1.2.1

CHANGES

  • Revert "README: Fix class name in sample extension. (#55)" (#57)
  • PaymentFactory - validator cena jednotlivých položek (#58, #41)
gopay-inline - v1.2

Published by PavelJurasek about 5 years ago

DIFF

https://github.com/contributte/gopay-inline/compare/v1.1.3...v1.2

CHANGES

  • Namespace changed from Markette to Contributte (BC break)
  • Support for Nette 3
  • Preauthorized payments can be created and captured
  • Added GooglePay payment instrument
  • Updated swift codes
gopay-inline - v1.1.3

Published by f3l1x over 6 years ago

Bumped! 🈁

DIFF

https://github.com/Markette/GopayInline/compare/v1.1.2...v1.1.3

CHANGES

  • update composer licence
  • added UNICREDIT_BANK_CZ swift code (thanks @vody105)
gopay-inline - v1.1.2

Published by f3l1x about 7 years ago

Bumped! 🏈

DIFF

https://github.com/Markette/GopayInline/compare/v1.1.1...v1.1.2

CHANGES

  • added bitcoin payments [#37, #36] (thanks @josefzajac)
gopay-inline - v1.1.1

Published by f3l1x about 7 years ago

Bumped! ⛳️

DIFF

https://github.com/Markette/GopayInline/compare/v1.1.0...v1.1.1

CHANGES

  • added recurring payment (#35) [thanks @premekkoch]
gopay-inline - v1.1.0

Published by f3l1x over 7 years ago

Bumped! 🏈

DIFF

https://github.com/Markette/GopayInline/compare/v1.0.3...v1.1.0

CHANGES

  • QA
    • codestyle / codesniffer
    • codechecker
    • psr4
  • lazy-loading of services
  • EET (big thanks @jakubsedlarik)
    • testing/fixes (thanks @haltuf)
    • refund payment (thanks @haltuf)
    • eet receipts (thanks @haltuf)
  • Services:
    • PaymentService::getPaymentInstruments() (thanks @zelenomodrypes)
    • AccountService::getAccountStatement() (thanks @haltuf)
gopay-inline - v1.0.3

Published by f3l1x over 8 years ago

👊 Bumped next version.

DIFF

https://github.com/Markette/GopayInline/compare/v1.0.2...v1.0.3

CHANGES

  • Fix exception fields (#14, #15)
  • Fix typo in readme (#12)
  • Update validator (#13)
  • Tiny code reformat
gopay-inline - v1.0.2

Published by f3l1x almost 9 years ago

👊 Bumped next version.

DIFF

https://github.com/Markette/GopayInline/compare/v1.0.1...v1.0.2

CHANGES

  • Added validators to PaymentFactory
// Disable total prices and items prices validator
PaymentFactory::create($data, [PaymentFactory::V_PRICE => FALSE]);

// Disable scheme validator
PaymentFactory::create($data, [PaymentFactory::V_SCHEME=> FALSE]);
  • Added count (default 1) to Item's object
  • Added new method ->payments->refundPayment($paymentId, $amount)
gopay-inline - v1.0.1

Published by f3l1x almost 9 years ago

👊 Bumped next version.

DIFF

https://github.com/Markette/GopayInline/compare/v1.0.0...v1.0.1

CHANGES

  • Added $response->isSuccess()
  • Added to SwiftCode all(), cz(), sk() methods
  • Added to PaymentInstruments all() method
  • Tiny improvements
gopay-inline - v1.0.0

Published by f3l1x about 9 years ago

👊 Bumped first version.

API

$client->payments->verify(..)
$client->payments->createPayment(..)
$client->payments->createRecurrentPayment(..)
$client->payments->createPreauthorizedPayment(..)