We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a94d56 commit 47bca94Copy full SHA for 47bca94
.gitignore
@@ -9,3 +9,4 @@ build
9
dist
10
MANIFEST
11
.idea
12
+*.egg-info
tests/test_buttons.py
@@ -21,10 +21,10 @@ def test_create_button(self):
21
'BUTTONTYPE': 'BUYNOW',
22
'BUTTONSUBTYPE': 'SERVICES',
23
'BUYNOWTEXT': 'PAYNOW',
24
- 'LBUTTONVAR0': 'notify_url=http://test.com',
25
- 'LBUTTONVAR1': 'amount=5.00',
26
- 'LBUTTONVAR2': 'item_name=Testing',
27
- 'LBUTTONVAR3': 'item_number=12345',
+ 'L_BUTTONVAR0': 'notify_url=http://test.com',
+ 'L_BUTTONVAR1': 'amount=5.00',
+ 'L_BUTTONVAR2': 'item_name=Testing',
+ 'L_BUTTONVAR3': 'item_number=12345',
28
}
29
response = interface.bm_create_button(**button_params)
30
self.assertEqual(response.ACK, 'Success')
0 commit comments