Skip to content

Commit

Permalink
minor #88 soft descriptor provided to paypal order (SirDomin)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

47b4730 soft descriptor provided to paypal order
  • Loading branch information
Zales0123 authored Sep 9, 2020
2 parents a0b2898 + 47b4730 commit 3778c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Api/CreateOrderApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function create(string $token, PaymentInterface $payment): array
'country_code' => 'US',
],
],
'soft_descriptor' => 'Sylius PayPal Payment',
],
],
'application_context' => [
Expand Down

0 comments on commit 3778c59

Please sign in to comment.