Skip to content

Commit 844bfc3

Browse files
committed
added line spaces
1 parent 58a757a commit 844bfc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/gateways/razorpay/rzpordermapping.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function insertOrder($merchant_order_id, $razorpay_order_id)
3737
];
3838

3939
logTransaction($this->name, $error, 'Validation Failure');
40+
4041
return;
4142
}
4243
$insert_array = [
@@ -58,6 +59,7 @@ function getRazorpayOrderID($merchant_order_id)
5859
];
5960

6061
logTransaction($this->name, $error, 'Validation Failure');
62+
6163
return;
6264
}
6365
$result = Capsule::table('tblrzpordermapping')

0 commit comments

Comments
 (0)