update signature function
This commit is contained in:
parent
bea84658e0
commit
d330fe707e
Binary file not shown.
@ -113,7 +113,7 @@ public class PaymentOrderClient implements PaymentOrderUseCase {
|
||||
Map<String, Object> operation = serializationHelper.toMap(params.getOperation());
|
||||
String signature = serializationHelper.generateSignature(
|
||||
params.getOperation(), params.getChannelId()
|
||||
) + "asgasg";
|
||||
);
|
||||
|
||||
paymentOrderRequest.put("signature", signature);
|
||||
paymentOrderRequest.put("operation", operation);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user