louie_branch #72

Merged
MarkHipe merged 13 commits from louie_branch into main 2024-04-30 14:07:17 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit ca799e9c23 - Show all commits

View File

@ -211,9 +211,10 @@ $vendorPayoutData = json_decode($response, true);
$vendorResponse = getVendorbyId($vendorId);
$vendorInformation = json_decode($vendorResponse, true);
$bankAccountNumber = $vendorInformation['bank_acount_details'][0]['bank_account_number'];
$bankName = $vendorInformation['bank_acount_details'][0]['bank_name'];
$bankNumEnding = substr($bankAccountNumber, -3);
?>
Receipient: Philippine National Bank (PNB) Account ending in <?php echo $bankNumEnding?>
Receipient: <?php echo $bankName; ?> Account ending in <?php echo $bankNumEnding?>
</div>
</div>
</div>