Skip to content

Releases: spryker/sales-payment-detail

1.0.0

20 Mar 11:12
Compare
Choose a tag to compare

Included commits: https://github.com/spryker/sales-payment-detail/tree/1.0.0

Initial Release

  • Introduced spy_sales_payment_detail database table.
    • entity_reference field to have a reference for the entity that triggered the payment.
    • payment_reference field to have a reference for the payment in an external payment system.
    • detail field to persist details for a payment.
  • Introduced SalesPaymentDetail transfer.
  • Introduced PaymentCreated transfer.
  • Introduced AsyncAPI.
  • Introduced PaymentCreatedMessageHandlerPlugin.
  • Introduced SalesPaymentDetailFacade::handlePaymentCreated() method.