onePayPurchases method
Implementation
Future<Response?> onePayPurchases(String code, String amount,
String deviceUDID, String secretKey, String apiKey) async {
return apiExecutor.onePayPurchases(
code, amount, deviceUDID, secretKey, apiKey);
}