JustWonder
Results
2
issues of
JustWonder
When testing in sandbox mode (with auto-renewal subscription), the receipt returned from receiptData is always the old receipt, even though the old one has been cancelled and I have purchased...
For the following code: ``` from tf.app import use A = use('etcbc/bhsa', hoist=globals()) v1 = A.nodeFromSectionStr("Judges 5:4") A.pretty(v1, standardFeatures=True) sentence = L.d(v1, otype="sentence")[0] ``` I got this error message: ```...