Skip to content

Commit

Permalink
Add subscription to paypal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed May 14, 2024
1 parent 9962075 commit 3d8cbff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PaymentMethods/Paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ protected function getConfig(): array
'supports' => [
'products',
'refunds',
'subscriptions',
],
'filtersOnBuild' => false,
'confirmationDelayed' => false,
'SEPA' => false,
'Subscription' => true,
];
}

Expand Down

0 comments on commit 3d8cbff

Please sign in to comment.