All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
1679 days ago

Changelog History
Page 11

  • v0.4.0 Changes

    April 04, 2013
    • โœ‚ remove HttpResponseStatusNotSuccessException
    • ๐Ÿ“‡ rename ActionPaymentAware to PaymentAwareAction
    • โœ‚ remove ApiAwareActionInterface
    • โœ‚ remove PaymentAwareActionInterface
    • ๐Ÿ“‡ rename instruction aware\aggregate models to details ones
    • โž• add expired and suspended statuses.
    • ๐Ÿ“‡ rename StatusRequestInterface::isInProgress to isPending
    • โœ‚ remove ArrayObject::offsetsExists method.
    • โž• add ArrayObject::validateNotEmpty method
  • v0.3.1 Changes

    March 28, 2013
    • ๐Ÿ‘ allow any stable buzz version
  • v0.3.0 Changes

    March 11, 2013
    • โž• add forcePrepend option to PaymentInterface::addAction method
    • โž• add ArrayObject::ensure method. do not create nested models arrays
    • ๐Ÿ›  fix variaty bugs in ArrayObject implementation
    • โž• add an action for PaymentInstructionAggregate models
    • โœ‚ remove null storage
    • โž• add storage extension
    • โž• add extensions
    • โž• add omnipay to the list of supported payments
    • ๐Ÿ”„ change doctrine version to stable in composer
    • ability to set several APIs to the Payment instance
    • ๐Ÿ›  fix ArrayObject::replace method
    • โž• add BaseModelRequest and BaseModelInteractiveRequest
    • โšก๏ธ update list of supported payments
    • โž• add setModel method to a request
    • catch interactive requests to payment and reutrn it
  • v0.2.0 Changes

    February 08, 2013
    • ๐Ÿ”€ move SyncRequest request from paypal express checkout
    • โž• add NullStorage
    • rework storages, change name, namespace
    • โœ‚ remove SimpleSell request
    • rework PaymentInstructionAggregate\Aware interfaces
    • โœ‚ remove CreatePaymentInstructionRequest class
    • โœ‚ remove ModelInterface and PaymentInstruction interfaces
    • โž• add testo lib (generates code examples using test cases)
    • โž• add travis status to readme
    • โž• add travis
  • v0.1 Changes

    December 07, 2012
    • โž• add status request
    • โž• add interactive request
    • ๐Ÿ“‡ rename aggregate -> aware
    • โž• add domain model
    • โž• add storages support
    • ๐ŸŽ‰ initial classes and interfaces.