botman / driver-facebook

BotMan Facebook Messenger Driver
MIT License
71 stars 73 forks source link

Add button text to conversation answer instead of button value for text field #86

Closed christophrumpel closed 5 years ago

christophrumpel commented 5 years ago

This PR changes what getText will return for a Quick Reply button. Before it returned the value of the button. Originally, It was intended that it returns the button text. This PR changes this to the original behavior.

codecov[bot] commented 5 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     71.17%   71.32%   +0.15%     
  Complexity      477      477              
============================================
  Files            49       49              
  Lines          1332     1332              
============================================
+ Hits            948      950       +2     
+ Misses          384      382       -2
Impacted Files Coverage Δ Complexity Δ
src/FacebookDriver.php 84.21% <100%> (+1.05%) 74 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 627d1b8...393fc47. Read the comment docs.