几天来,我一直在尝试实现CyberSource HOP。我遵循了他们网站上给出的指南。然而,无论我怎么做,在CyberSource商务中心,付款总是以“分期付款”而不是“循环”的形式出现。
查看我发送的字段:
orderPage_transactionType = 'authorization, subscription'
amount = *
currency = 'usd'
orderPage_timestamp = *
merchantID = *
orderPage_signaturePublic = *
orderPage_version = 4
orderPage_serialNumber = *
recurringSubscriptionInfo_amount = *
recurringSubscriptionInfo_numberOfPayments = 12
recurringSubscriptionInfo_frequency = 'monthly'
recurringSubscriptionInfo_automaticRenew = 'true'
recurringSubscriptionInfo_startDate = *
recurringSubscriptionInfo_signaturePublic = *
orderPage_colorScheme = *
description = *
orderNumber = *
subscription_title = *发布于 2012-01-12 02:44:45
我不确定,但我认为您需要将orderPage_version更改为7。请参阅http://drupal.org/node/1329896
https://stackoverflow.com/questions/8472967
复制相似问题