Skip to content

Commit

Permalink
Update SetIssuingBalanceToValue.php
Browse files Browse the repository at this point in the history
Added statment_descriptor property to $topupPrarams for Quickbook rule.
  • Loading branch information
Agent123983 authored and Jnesselr committed Nov 15, 2023
1 parent f5208e3 commit b993404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Actions/Stripe/SetIssuingBalanceToValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function execute($amountInPennies, $message)
"amount" => $moneyNeeded,
"description" => $message,
"destination_balance" => "issuing",
"statement_descriptor" => "Stripe Issuing Top-up",
];

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

0 comments on commit b993404

Please sign in to comment.