vcatalano / py-authorize

A full-featured Python API for the Authorize.net payment gateway.
MIT License
42 stars 35 forks source link

Duplicate_window support? #72

Closed Cabalist closed 4 years ago

Cabalist commented 7 years ago

Hello,

It looks like duplicate window support was dropped with 94dfc2cf0d19cb83123964119e9c470751ddf8de

What are the chances of it getting reintroduced?

Cabalist commented 7 years ago

I may just not being using it correctly. In transation.sale() neither 'extra_option': {'duplicate_window': 0} or 'duplicate_window': 0 are preventing duplicate transaction errors from occurring.