Skip to content

Commit

Permalink
Merge pull request #206 from sander3/main
Browse files Browse the repository at this point in the history
Description not set for update payment method builder issue resolved
  • Loading branch information
Naoray authored Oct 2, 2023
2 parents 2b635b1 + f807d1a commit 12b53ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UpdatePaymentMethod/UpdatePaymentMethodBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function create()
$payment = (new FirstPaymentBuilder($this->owner))
->setRedirectUrl(config('cashier.update_payment_method.redirect_url'))
->setFirstPaymentMethod($this->allowedPaymentMethods())
->setDescription(config('cashier.update_payment_method.description'))
->inOrderTo($this->getPaymentActions())
->create();

Expand Down

0 comments on commit 12b53ee

Please sign in to comment.