Skip to content

Commit

Permalink
Update SetIssuingBalanceToValue.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent123983 authored and Jnesselr committed Nov 27, 2023
1 parent b993404 commit 29019d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Actions/Stripe/SetIssuingBalanceToValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute($amountInPennies, $message)
"amount" => $moneyNeeded,
"description" => $message,
"destination_balance" => "issuing",
"statement_descriptor" => "Stripe Issuing Top-up",
"statement_descriptor" => "Issuing Top-Up",
];

$topUp = $this->stripeClient->topups->create($topUpParams);
Expand Down

0 comments on commit 29019d5

Please sign in to comment.