-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add PaymentRequest#total_payed and PaymentRequest#status #43
base: master
Are you sure you want to change the base?
Conversation
Sorry for the delay on merging this branch @hugomaiavieira, but 3fbd9e0 force me to not change the codebase until "future changes". |
rescue NoMethodError => e | ||
nil | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra empty line detected at body end.
@@ -0,0 +1,23 @@ | |||
module MyMoip | |||
class ConsultationRequest < Request | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra empty line detected at body beginning.
end | ||
end | ||
type = { | ||
business_day: {'Tipo' => 'Uteis'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space inside { missing.
Space inside } missing.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
No description provided.