Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIPRES-352: Billie payment method additional data send #18

Conversation

mandan2
Copy link

@mandan2 mandan2 commented Nov 7, 2023

Based on mollie#789

Sending additional data on order create API request.

@mandan2 mandan2 self-assigned this Nov 7, 2023
@@ -448,7 +451,7 @@ public function jsonSerialize()
'locale' => $this->getLocale(),
'orderNumber' => $this->getOrderNumber(),
'lines' => $lines,
'payment' => $this->getPayment(),
'payment' => $this->getPayment()->jsonSerialize(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't really be needed, it should work by default

@mandan2 mandan2 merged commit 7c78f13 into PIPRES-352-billie-payment-method Nov 7, 2023
@mandan2 mandan2 deleted the PIPRES-352-billie-payment-method-additional-data-send branch November 7, 2023 10:59
mandan2 added a commit that referenced this pull request Nov 7, 2023
* PIPRES-352: Billie payment method validation (#16)

* PIPRES-352: Billie payment method setup (#17)

* PIPRES-352: Billie payment method setup

* fix

* DI missing service fix

* PIPRES-352: Billie payment method additional data send (#18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants