File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,19 @@ @implementation RNSquarePos
7474 autoReturn = [options objectForKey: @" returnAutomaticallyAfterPayment" ];
7575 }
7676
77- SCCAPIRequest *request = [SCCAPIRequest requestWithCallbackURL: callbackURL
78- amount: amount
79- userInfoString: nil
77+ SCCAPIRequest *request = [SCCAPIRequest
78+ requestWithCallbackURL: callbackURL
79+ amount: amount
80+ userInfoString: nil
8081 locationID: locationId
81- notes: notes
82- customerID: nil
83- supportedTenderTypes: tenderTypes
84- clearsDefaultFees: NO
85- returnAutomaticallyAfterPayment: autoReturn
86- error: &error];
82+ notes: notes
83+ customerID: nil
84+ supportedTenderTypes: tenderTypes
85+ clearsDefaultFees: NO
86+ returnsAutomaticallyAfterPayment: autoReturn
87+ disablesKeyedInCardEntry: NO
88+ skipsReceipt: NO
89+ error: &error];
8790 [SCCAPIConnection performRequest: request error: &error];
8891 if (error != nil ) {
8992 onError (@[[NSNumber numberWithInt: [error code ]], [error localizedDescription ]]);
You can’t perform that action at this time.
0 commit comments