Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude authored and github-actions[bot] committed Apr 24, 2024
1 parent 6385a4d commit 54919a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/StartbuttonProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function initializeCheckout(array $parameters = []): SessionData
public function findTransaction(string $reference): TransactionData
{
$transaction = $this->request('GET', "transaction/status/$reference");

return $this->transactionDTO($transaction['data']['transaction']);
}

Expand Down

0 comments on commit 54919a8

Please sign in to comment.