Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Use correct payment keys #105

Merged
merged 1 commit into from
Nov 13, 2015
Merged

Use correct payment keys #105

merged 1 commit into from
Nov 13, 2015

Conversation

dasmer
Copy link
Contributor

@dasmer dasmer commented Nov 13, 2015

No description provided.

@dasmer
Copy link
Contributor Author

dasmer commented Nov 13, 2015

Closes #100

NSInteger amount = [[cleanDictionary stringForKey:@"amount"] floatValue] * 100;
VENTransactionTarget *target = [[VENTransactionTarget alloc] initWithHandle:toUserID amount:amount];
VENTransactionTarget *target = [[VENTransactionTarget alloc] initWithHandle:targetHandle amount:amount];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this fail if targetHandle ends up being nil?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no. target.handle will just be nil

@eliperkins
Copy link

One ❓ !

@ayanonagon
Copy link
Contributor

🍏 Thanks for fixing this @dasmer!

ayanonagon added a commit that referenced this pull request Nov 13, 2015
@ayanonagon ayanonagon merged commit 041bd9d into dev Nov 13, 2015
@ayanonagon ayanonagon deleted the daz/payment_keys branch November 13, 2015 19:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants